<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}


.fl {
  float: left;
}

.fr {
  float: right;
}

.big-row {
  width: 1250px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.transition {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/*
box model;
*/
p {
  margin: 0;
}

.top-part {
  position: relative;
}


@media screen and (max-width: 1640px) {
  .nav .right-tel p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1318px) {
  .nav .right-tel p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .nav .left-logo {
    width: 70%;
  }
  .nav .right-tel {
    display: none;
  }
  .nav .nav-btn {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .nav ul {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    width: 100%;
    right: -100%;
    padding: 0 18px;
    height: 100%;
  }
  .nav ul li {
    float: none;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #cccccc;
  }
  .nav ul li a {
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
  }
  .nav ul li span {
    display: none;
  }
  .nav ul li ul {
    display: block;
	top:0;
    position: relative;
	width:100%;
    padding-top: 0;
    background-color: #666666;
  }
  .nav ul li ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: none;
    padding-right: 20px;
    width: auto;
  }
  .nav ul li ul li a {
    background: none;
  }
  .nav ul .closemenu {
    display: block;
    margin-top: 12px;
    text-align: right;
  }
  .nav ul .closemenu i {
    color: #ffffff;
  }
}
#focus {
  width: 100%;
}

#focus video {
  width: 100%;
  height: auto;
}
#focus .novideo{
	position:relative;
	width:100%;
	top:0;
	left:0;
	z-index:-1;
	display:none;
}
#focus .novideo img{
	width:100%;
}
.common-tt {
  padding-top: .6rem;
  text-align: center;
}
.common-tt a {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
.common-tt a h2 {
  font-size: .36rem;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 .2rem;
  z-index: 0;
}
.common-tt a h2:before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: .17rem;
  display: block;
  content: '';
  height: 1px;
  width: 30px;
  max-width: 540px;
  background-color: #000000;
}
.common-tt a h2:after {
  position: absolute;
  z-index: -1;
  right: 0;
  top: .17rem;
  display: block;
  content: '';
  height: 1px;
  width: 30px;
  max-width: 540px;
  background-color: #000000;
}
.common-tt p {
  text-align: center;
  font-size: .18rem;
}

.common-tt-pro {
  padding-top: .6rem;
  text-align: center;
}
.common-tt-pro a {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
.common-tt-pro a h2 {
  font-size: .36rem;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #ffffff;
  padding: 0 .2rem;
  z-index: 0;
}
.common-tt-pro a h2:before {
  position: absolute;
  z-index: 0;
  left: 0;
  top: .17rem;
  display: block;
  content: '';
  height: 2px;
  width: 30px;
  max-width: 540px;
  background-color: #ffffff;
}
.common-tt-pro a h2:after {
  position: absolute;
  z-index: 0;
  right: 0;
  top: .17rem;
  display: block;
  content: '';
  height: 2px;
  width: 30px;
  max-width: 540px;
  background-color: #ffffff;
}
.common-tt-pro p {
  text-align: center;
  color: #ffffff;
  font-size: .18rem;
}

.container-big {
  max-width: 1525px;
  margin: 0 auto;
  overflow: hidden;
}

.pro-i {
  width: 100%;
  overflow: hidden;
}
.pro-i .pro-list {
  margin-top: .3rem;
}
.pro-i .pro-list ul li {
  float: left;
  width: 16.6%;
  text-align: center;
  margin-bottom: 10px;
}
.pro-i .pro-list ul li a {
  display: block;
  width: 95%;
  margin: 0 auto;
  line-height: .37rem;
  height: .37rem;
  background-color: #0047af;
  text-align: center;
  color: #ffffff;
}
.pro-i .pro-list ul li:hover a, .pro-i .pro-list ul li.hover a {
  background-color: #16a99b;
}
.pro-i .pro-c {
  width: 100%;
  overflow: hidden;
  margin-top: .4rem;
}
.pro-i .pro-c div {
  width: 400%;
  overflow: hidden;
}
.pro-i .pro-c ul {
  float: left;
  width: 50%;
  overflow: hidden;
}
.pro-i .pro-c ul li {
  width: 11.5%;
  float: left;
  margin-right: 1%;
  margin-bottom: .2rem;
}
.pro-i .pro-c ul li a {
  display: block;
  position: relative;
}
.pro-i .pro-c ul li a img {
  display: block;
  width: 100%;
}
.pro-i .pro-c ul li a span {
  background: url(../images/imgbg5.png);
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pro-i .pro-c ul li a:hover span {
  background: url(../images/imgbg6.png);
}
.pro-i .pro-c ul li p {
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;

  -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
  .pro-i .pro-list ul li {
    width: 33.333%;
  }
  .pro-i .pro-c div {
    width: 800%;
  }
}
.about-back {
  overflow: hidden;
  position: relative;
  background: url(../images/about-back.jpg) no-repeat center top;
  background-attachment: fixed;
  max-height: 830px;
}
.about-back .about-i {
  background-color: #ffffff;
  padding: .49rem 1rem;
  max-width: 1530px;
  margin: 0 auto;
  margin-top: .5rem;
}
.about-back .about-i .about-content {
  text-align: center;
}
.about-back .about-i .about-content p {
  line-height: .36rem;
}
.about-back .about-i .about-content a {
  background: url(../images/about-arrow.jpg) 45px center #13bbad no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 130px;
  height: 36px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.about-back .about-i .about-content a:hover {
  background: url(../images/about-arrow.jpg) 60px center #13bbad no-repeat;
}
.about-back .about-i .i-count {
  overflow: hidden;
  max-width: 999px;
  width: 100%;
  margin: .5rem auto;
}
.about-back .about-i .i-count ul li {
  width: 33.33%;
  text-align: center;
  float: left;
  padding: 0 10px;
}
.about-back .about-i .i-count ul li strong {
  font-size: .48rem;
  line-height: .48rem;
  color: #0047af;
}
.about-back .about-i .i-count ul li span {
  color: #0047af;
}
.about-back .about-i .i-count ul li p {
  text-align: center;
}
.about-back .about-i .i-count ul li + li {
  border-left: 1px solid #cccccc;
}
.about-back .text-center {
  margin: .7rem 0;
}

@media (max-width: 992px) {
  .about-back .about-i {
    width: 90%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: .3rem .2rem;
  }
  .about-back .about-i .i-count ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-back .about-i .i-count ul li + li {
    border-left: 0;
  }
  .about-back .about-i .i-count ul li p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.sp-content {
  margin-top: .5rem;
}
.sp-content .sp-list ul {
  text-align: center;
}
.sp-content .sp-list ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  z-index: 10;
}
.sp-content .sp-list ul li a {
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  padding: 0rem .76rem;
  background-color: #d1d1d1;
  color: #000;
  font-size: .24rem;
  line-height: .4rem;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
}
.sp-content .sp-list ul li.default a {
  padding-bottom: .76rem;
  background: url(../images/down-arrow.jpg) center bottom no-repeat #0047af;
  color: #ffffff;
  margin-bottom: -.76rem;
  cursor:pointer;
}
.sp-content .sp-pic {
  margin-top: .2rem;
  overflow: hidden;
}
.sp-content .sp-pic ul {
  width: 100%;
}
.sp-content .sp-pic ul li {
  width: 100%;
}
.sp-content .sp-pic ul li a {
  display: block;
  position: relative;
}
.sp-content .sp-pic ul li a img {
  width: 100%;
  display: block;
}
.sp-content .sp-pic ul li a p {
  position: absolute;
  padding: 10px 0;
  background: url(../images/imgbg5.png);
  bottom: 0;
  left: 0;
  width: 100%;
}
.sp-content .sp-pic ul li a p strong {
  display: block;
  text-align: center;
  width: 30%;
  color: #ffffff;
  font-size: .24rem;
  float: left;
}
.sp-content .sp-pic ul li a p cite {
  display: block;
  width: 45%;
  font-style: normal;
  float: left;
  color: #ffffff;
  margin-right: 5%;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sp-content .sp-pic ul li a p span {
  float: left;
  color: #ffffff;
  background: url(../images/about-arrow.jpg) 45px center #13bbad no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 130px;
  height: 36px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.sp-content .sp-pic ul li a p span:hover {
  background: url(../images/about-arrow.jpg) 60px center #13bbad no-repeat;
}

@media (max-width: 1200px) {
  .sp-content .sp-list ul li a {
    padding: 0 .06rem;
    font-size: 16px;
    font-weight: 900;
  }
}
@media (max-width: 776px) {
  .sp-content .sp-pic ul li a p cite {
    display: none;
  }
}
.gray-i {
  background-color: #f6f6f6;
}
.case-i{text-align:center;margin:0 auto;margin-bottom: .4rem; margin-top: .2rem;}
.case-i .swiper-wrapper{
	margin:0 auto;
}
.case-i .swiper-slide{
	text-align: center;
}
.case-i .swiper-slide a span{
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case-i .swiper-slide img{
	width: 100%;
}
.i-news {
  max-width: 1525px;
  margin: .3rem auto;
  overflow: hidden;
}
.i-news ul {
  margin-left: -15px;
  margin-right: -15px;
}
.i-news ul li {
  margin-bottom: 15px;
}
.i-news ul li a {
  display: block;
  padding: 15px;
  min-height: 2.8rem;
  background-color: #fff;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.i-news ul li a span {
  font-size: 18px;
  line-height: .45rem;
  display: block;
  background: url(../images/add.png) no-repeat right center;
  background-size: auto 100%;
}
.i-news ul li a span:after {
  display: block;
  height: 1px;
  background-color: #000000;
  content: '';
  width: 96px;
}
.i-news ul li a b {
  line-height: .88rem;
  font-size: 16px;
}
.i-news ul li a p {
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.i-news ul li a cite {
  font-style: normal;
  color: #0000a8;
  line-height: .66rem;
}
.i-news ul li:hover a {
  background-color: #06377f;
}
.i-news ul li:hover a * {
  color: #ffffff;
}

.bottom-other {
  background-color: #0d111a;
  padding: 30px 0;
}
.bottom-other .bottom-logo {
  width: 21%;
  float: left;
}
.bottom-other h4 {
  color: #ffffff;
  font-size: 24px;
}
.bottom-other a {
  color: #fff;
  display: block;
}
.bottom-other p {
  color: #fff;
}
.bottom-other span {
  color: #ffffff;
  display: block;
  text-align: center;
}
.bottom-other .b-project {
  width: 18.5%;
  float: left;
}
.bottom-other .b-about {
  width: 18.5%;
  float: left;
}
.bottom-other .b-contact {
  width: 32%;
  float: left;
}
.bottom-other .b-rq {
  width: 10%;
  float: left;
  text-align: right;
}
.bottom-other .bottom-copy {
  border-top: 1px solid #999999;
  margin-top: .4rem;
  margin-left: -15px;
  margin-right: -15px;
}
.bottom-other .bottom-copy .text-left{
	color: #ffffff;
}
.bottom-other .bottom-copy a {
	display:inline-block;
}
@media screen and (max-width: 992px) {
  .bottom-other .bottom-logo {
    width: 100%;
    text-align: center;
  }
  .bottom-other .b-project {
    width: 50%;
    padding-top: 30px;
    display: none;
  }
  .bottom-other .b-about {
    width: 50%;
    padding-top: 30px;
    display: none;
  }
  .bottom-other .b-contact {
    width: 100%;
  }
  .bottom-other .b-contact h4 {
    display: none;
  }
  .bottom-other .b-contact p {
    text-align: center;
	
  }
    .bottom-other .b-contact p a{
		display:inline;
	}
  .bottom-other .b-rq {
    width: 100%;
    text-align: center;
  }
  .bottom-other .bottom-copy {
    display: none;
  }
}

.kuaibo{display:none;height:40px;position: fixed;z-index:999;bottom:0;left:0;width:100%;background-color: #0047af;}
.kuaibo ul li{
	width: 33.33%;
	float:left;
}
.kuaibo ul li a{
	display: block;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
}
.kuaibo ul li a i{
	font-size:12px;
	color: #FFFFFF;
	line-height: 40px;
	padding-right: 5px;
}
.kuaibo ul li+li{
	border-left: 1px solid #153a70;
}
@media screen and (max-width:992px){
	.kuaibo{display:block;}
}

.flipster-nav{
	display:none !important;
}

.slogan {
  background: url(../images/slogan.jpg) no-repeat;
  overflow: hidden;
  background-size: 100% 100%;
  padding-top: 40px;
  text-align: center;
  padding-bottom: .4rem;
}
.slogan .slogan-title {
  text-align: center;
}
.slogan .slogan-title p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 36px;
  color: #ffffff;
  line-height: 40px;
}
.slogan .slogan-title p b {
  display: block;
  font-size: 36px;
  color: #ffffff;
}
.slogan .slogan-title h4 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #13bbad;
  font-size: 72px;
  font-weight: 900;
  margin: 0;
  text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 0px 0, white 0px -1px 0;
}
.slogan .row .col-md-7 {
  margin-top: 40px;
}
.slogan .row .col-md-7 ul li {
  margin-bottom: 20px;
}
.slogan .row .col-md-7 ul li p {
  border-bottom: 1px solid #ffffff;
}
.slogan .row .col-md-7 ul li p cite {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  font-style: normal;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #13bbad;
  color: #ffffff;
  line-height: 30px;
  font-size: 30px;
}
.slogan .row .col-md-7 ul li p strong {
  vertical-align: middle;
  padding-left: 10px;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
.slogan .row .col-md-7 ul li span {
  color: #ffffff;
}
.slogan .row .col-md-5 {
  margin-top: 40px;
}
.slogan .row .col-md-5 img {
  width: 100%;
}
@media (max-width:640px){
	.slogan .slogan-title h4 {
		font-size: 30px;
	}
	.slogan .slogan-title p b{
		font-size: 18px;
		text-align: center;
	}
	.slogan .row .col-md-7 ul li p strong{
		font-size: 18px;
	}
}
</pre></body></html>